compress/flate.decompressor.codebits (field)
8 uses
compress/flate (current package)
inflate.go#L281: codebits *[numCodes]int
inflate.go#L395: f.codebits[codeOrder[i]] = int(f.b & 0x7)
inflate.go#L400: f.codebits[codeOrder[i]] = 0
inflate.go#L402: if !f.h1.init(f.codebits[0:]) {
inflate.go#L780: codebits: f.codebits,
inflate.go#L802: f.codebits = new([numCodes]int)
inflate.go#L821: f.codebits = new([numCodes]int)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)